home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global Current, Clips, fullscreenG
- set Clips to the fileName of cast "final.mov"
- set Current to 2
- if fullscreenG = 1 then
- playQTF(Clips, "0,0", 1)
- set fullscreenG to 0
- else
- playQTF(Clips, "160,140", 0)
- end if
- updateStage()
- end
-